How to... Write and use scripts

MyAlbum has an integrated script tool that enables you to write scripts (in VBScript, javascript, Perl,...) that will extend the possibilities of MyAlbum. With scripts you can for instance:

Important notice: This functionality will work only if ActiveX Scripting is installed and enabled on your computer. This should be the case if you have Microsoft Internet Explorer 4.0 installed or are running Microsoft Windows 98.

Useful information

Using scripts with the MyAlbum viewer

The MyAlbum viewer (MyAlbumViewer.exe and all-in-one albums built using the viewer) is able to run scripts too but with some limitations:

Writing your first scripts

I know nothing of these VBScript, javascript, Perl,...!

To write a script you will need some basic knowledge of computer programming. The Microsoft site (see above) provides lots of information on VBScript and JScript.
What you will need is: Writing your first script may seem a complex and intimidating task at first. To help you, you will find some demo scripts in the MyAlbum folder. By using them and studying their code you will soon be able to modify and adapt them to your needs as it's always easier to start from an existing working code than having to write it from scratch.
Soon, you will master the Art of Script Writing and discover the true power of MyAlbum!

You will find on the MyAlbum web site a large selection of ready-to-use scripts. Download them, use them, study them, modify them!

I'm an expert in VBScript, javascript, Perl,...!

Then, just pick, in the languages supported by MyAlbum, the one you prefer, study the MyAlbum object model and you will soon be able to write your own MyAlbum scripts.
You have written some useful and/or interesting scripts ? Send them to support@myalbumpro.com so they can be made available to the other MyAlbum users.

But I don't want to write scripts!

Fortunately, most of the scripts available on the MyAlbum web site do not require at all that you understand each line of code in order to use them! Each starts with a header comment that contains a description of the script, its purpose and how to use it.